home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Hyperj-Hz / HyprList.cpt / HyperList / card_6888.txt < prev    next >
Text File  |  1987-11-11  |  884b  |  24 lines

  1. -- card: 6888 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2679
  5. -- name: The Result
  6.  
  7.  
  8. -- part contents for background part 8
  9. ----- text -----
  10. Page 6
  11.  
  12. -- part contents for background part 5
  13. ----- text -----
  14.   The Result:
  15.   Immediately after calling DoList, the property 'Result' will tell you what the user did. You can say:
  16.  
  17. get the result
  18.  
  19.   If it is empty, then the user clicked on the Cancel button. Otherwise, item 1 of it will be the number of items selected. If you are setting 
  20. <Flag> to be 'ONE' then this number will always be 1. Otherwise, it will be any number from zero to the number of items in the list. Once check this to find out how many items there are, you can use them in any way you wish. For example, if the user selected 1 item from the list, and you want to put this item into a container named 'choice' :
  21.  
  22. put item 2 of it into choice
  23.  
  24.